home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("StoryB")
- repeat with x = 1 to 2
- set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- end repeat
- set gNext to "game facts"
- go("m return")
- end
-